proposed_upstream__revlog_s390x_part2
authorDebian Python Team <team+python@tracker.debian.org>
Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)
committerJulien Cristau <jcristau@debian.org>
Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)
commite14614aabd516f4ee3b060b30ce195b542a61746
tree2e52a2f54e05920e13263dc3936582000d2318c1
parent7ba743fd53b2142434f2870d51d992ecbc22816b
proposed_upstream__revlog_s390x_part2

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1629841355 -7200
#      Tue Aug 24 23:42:35 2021 +0200
# Branch stable
# Node ID 132819e1fa1565b45fc09093ebbfbe991b0a0f5d
# Parent  518dd67482c0bde8636d1a5e6f10cb369b522e1f
revlog: fix more type confusion in index_replace_sidedata_info (issue6580)

We were telling python that "rev" was a Py_ssize_t (via the "n" format),
but it was actually an int.

Differential Revision: https://phab.mercurial-scm.org/D11335

Gbp-Pq: Name proposed_upstream__revlog_s390x_part2.patch
mercurial/cext/revlog.c